Dependency Injection in Practice
Preparation and Techniques 11 Jul 2019
Dependency injection makes unit testing possible and development easier. This post describes the process of preparing an app for dependency injection, as well as implementing three approaches to dependency injection: constructor injection, Swinject, and The World.